From 3a3db4003a731b1e432d750d51eb6b1506a89317 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 12 Dec 2001 22:20:36 +0000 Subject: [PATCH] define G_LOG_DOMAIN for GdkPixbuf. --- gdk-pixbuf/ChangeLog | 2 ++ gdk-pixbuf/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 881c9bd530..baaa735131 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,7 @@ 2001-12-12 Matthias Clasen + * Makefile.am (INCLUDES): Define G_LOG_DOMAIN. (#66412) + * gdk-pixbuf-loader.c, gdk-pixbuf-util.c: Markup fixes. 2001-12-11 Michael Natterer diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index a94fc56434..07df4d2c1d 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -204,7 +204,8 @@ builtin_objs = @INCLUDED_LOADER_OBJ@ endif DEPS = libgdk_pixbuf-1.3.la -INCLUDES = @STRIP_BEGIN@ \ +INCLUDES = @STRIP_BEGIN@ \ + -DG_LOG_DOMAIN=\"GdkPixbuf\" \ -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/gdk-pixbuf \ -I$(top_builddir)/gdk-pixbuf \ -- 2.30.2